fmt.fmtFlags.zero (field)
20 uses
fmt (current package)
format.go#L30: zero bool
format.go#L78: if f.zero {
format.go#L187: oldZero := f.zero
format.go#L188: f.zero = false
format.go#L190: f.zero = oldZero
format.go#L220: oldZero := f.zero
format.go#L221: f.zero = false
format.go#L223: f.zero = oldZero
format.go#L226: } else if f.zero && f.widPresent {
format.go#L317: oldZero := f.zero
format.go#L318: f.zero = false
format.go#L320: f.zero = oldZero
format.go#L511: oldZero := f.zero
format.go#L512: f.zero = false
format.go#L518: f.zero = oldZero
format.go#L583: if f.zero && f.widPresent && f.wid > len(num) {
print.go#L199: return p.fmt.zero
print.go#L1053: p.fmt.zero = !p.fmt.minus // Only allow zero padding to the left.
print.go#L1058: p.fmt.zero = false // Do not pad with zeros to the right.
print.go#L1104: p.fmt.zero = false // Do not pad with zeros to the right.
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |